Skip to content

Add diesel-guard#1763

Merged
mre merged 1 commit intoanalysis-tools-dev:masterfrom
ayarotsky:add-diesel-guard
Mar 17, 2026
Merged

Add diesel-guard#1763
mre merged 1 commit intoanalysis-tools-dev:masterfrom
ayarotsky:add-diesel-guard

Conversation

@ayarotsky
Copy link
Contributor

  • I have not changed the README.md directly.

diesel-guard is a linter for dangerous Postgres migration patterns in Diesel and SQLx that:

  • Detects operations that lock tables or cause downtime
  • Provides safe alternatives for each blocking operation
  • Supports safety-assured blocks for verified operations
  • Extensible with custom checks

@mre mre merged commit 08a0dd6 into analysis-tools-dev:master Mar 17, 2026
2 checks passed
@mre
Copy link
Member

mre commented Mar 17, 2026

Thanks Alex! diesel-guard fills a real gap, catching dangerous Postgres migrations at the linting stage is exactly the kind of thing this list is for. And long time no see. Hope everything is going great. 😉

@ayarotsky
Copy link
Contributor Author

Hey Matthias. Doing great! How about you?

Thanks for merging this. JFYI: it's showing 404 https://analysis-tools.dev/tool/diesel-guard.

@mre
Copy link
Member

mre commented Mar 17, 2026

Fixed! The site was deploying to the wrong Cloud Run service, so the domain never got the updated build. Should be live now: https://analysis-tools.dev/tool/diesel-guard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants